WindowDraggableArea
@Composable
A composable function to create a draggable area in a window.
Parameters
modifier
The modifier to apply to this layout.
content
The content to display inside the draggable area.
Example usage:
WindowDraggableArea {
// content to display
// ...
// ...
// ...
// ...
// ...
// ...
}
Content copied to clipboard